home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 32
/
Amiga Format AFCD32 (Nov 1998, Issue 117).iso
/
-seriously_amiga-
/
programming
/
other
/
cgraphx
/
c
/
examples
/
dmakefile
next >
Wrap
Makefile
|
1998-08-10
|
275b
|
12 lines
CGXDIR = /
FLAGS = -3.1 -mRR -mi -proto -I$(CGXDIR)include
LIBS = -L$(CGXDIR)dlib -lcybergraphics
all : ScreenModeReq Window
ScreenModeReq : ScreenModeReq.c
dcc $(FLAGS) -o %(left) %(right) $(LIBS)
Window : Window.c
dcc $(FLAGS) -o %(left) %(right) $(LIBS)